home *** CD-ROM | disk | FTP | other *** search
- Path: comma.rhein.de!serpens!not-for-mail
- From: mlelstv@serpens.rhein.de (Michael van Elst)
- Newsgroups: comp.sys.amiga.programmer
- Subject: Re: problems with listview gadgets
- Date: 18 Jan 1996 18:58:26 +0100
- Organization: dis-
- Message-ID: <4dm1o2$86u@serpens.rhein.de>
- References: <4dllf5$cbl@sunrise.pg.gda.pl>
- NNTP-Posting-Host: serpens.rhein.de
-
- kolo8@sparc10 (Stud.Kolo.Naukowe) writes:
-
- ^^^^^^^
-
- Please fix your news setup.
-
- >Anybody known how do this in E (or C) - how scroll gadget
- >entries without using mouse?
-
- There are two attributes that can be used to scroll the gadget:
-
- GTLV_Top (WORD) - Top item visible in the listview. This value will
- be made reasonable if out-of-range (defaults to 0). (V36)
-
- GTLV_MakeVisible (WORD) - Number of an item that should be forced within
- the visible area of the listview by doing minimal scrolling.
- This tag overrides GTLV_Top. (V39)
-
- Set both in a single GT_SetGadgetAttrs call. Under V36 this will cause
- the entry to become visible at the top. Under V39 it will be visible
- anywhere in the gadget (thus avoiding unnecessary scrolling).
-
- Regards,
- --
- Michael van Elst
-
- Internet: mlelstv@serpens.rhein.de
- "A potential Snark may lurk in every tree."
-